Convert-DatesToDays
SYNOPSIS
SYNTAX
Convert-DatesToDays [[-Date1] <String>] [[-Date2] <String>] [<CommonParameters>]
DESCRIPTION
{{ Fill in the Description }}
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-Date1
{{ Fill Date1 Description }}
Type: String
Parameter Sets: (All)
Aliases: Day1
Required: False
Position: 1
Default value: (Get-Date -Format "yyyy-MM-dd")
Accept pipeline input: False
Accept wildcard characters: False
-Date2
{{ Fill Date2 Description }}
Type: String
Parameter Sets: (All)
Aliases: Day2
Required: False
Position: 2
Default value: (Get-Date -Format "yyyy-MM-dd")
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Author: Skyler Hart Created: 2021-06-03 08:54:49 Last Edit: 2021-06-03 09:23:27 Keywords: date, converter